object frmFilesSelection: TfrmFilesSelection Left = 485 Top = 120 Width = 643 Height = 420 Caption = 'frmFilesSelection' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 144 TextHeight = 16 object pnlFilesSelection: TPanel Left = 0 Top = 0 Width = 633 Height = 384 Align = alClient BevelOuter = bvNone Color = clWhite TabOrder = 0 DesignSize = ( 633 384) object imgWatermarkPage: TImage Left = 286 Top = 260 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True Transparent = True end object lblTitle: TAxLabel Left = 32 Top = 16 Width = 292 Height = 19 WordWrap = False Quality = smMMXSmoothing4x Layout = tlCenter Transparent = False Caption = 'Shred sensitive data beyond restore' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object lblNote: TLabel Left = 48 Top = 311 Width = 348 Height = 16 Caption = 'NOTE: you can drag & drop files and folders from the Explorer' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 9737364 Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object lblClickNext: TLabel Left = 32 Top = 360 Width = 392 Height = 16 Caption = 'Select files or folders to securely erase and press Shred to con' + 'tinue' Transparent = True end object lblDescription: TLabel Left = 32 Top = 64 Width = 572 Height = 63 AutoSize = False Caption = 'lblDescription' ParentShowHint = False ShowHint = False WordWrap = True end object btnDelete: TButton Left = 495 Top = 227 Width = 109 Height = 25 Caption = 'Delete' Enabled = False TabOrder = 1 OnClick = btnDeleteClick end object bitbtnAdd: TBitBtn Left = 495 Top = 197 Width = 109 Height = 25 Caption = 'Add' TabOrder = 0 OnClick = bitbtnAddClick Layout = blGlyphRight end object btnClear: TButton Left = 495 Top = 257 Width = 109 Height = 25 Caption = 'Clear' Enabled = False TabOrder = 2 OnClick = btnClearClick end object lvFiles: TFSHListView Left = 48 Top = 197 Width = 433 Height = 109 Action = actlvButtons Columns = < item MaxWidth = 408 Width = 408 end> ColumnClick = False DragMode = dmAutomatic HideSelection = False MultiSelect = True ReadOnly = True RowSelect = True ShowColumnHeaders = False TabOrder = 3 ViewStyle = vsReport end object chbEraseRecyleBin: TAxCheckBox Left = 32 Top = 139 Width = 227 Height = 26 AutoSize = True Caption = 'Securely erase files in Recycle Bin' LinkColor = 14509568 TabOrder = 4 UseHTMLTags = True OnLinkClick = chbEraseRecyleBinLinkClick end object chbEraseFilesFolders: TAxCheckBox Left = 32 Top = 166 Width = 206 Height = 26 AutoSize = True Caption = 'Securely erase files and folders' Checked = True LinkColor = 14509568 State = cbChecked TabOrder = 5 end end object pmAddBtn: TPopupMenu Left = 396 Top = 264 object pmiAddFiles: TMenuItem Caption = 'Add Files...' OnClick = pmiAddFilesClick end object pmiAddFolders: TMenuItem Caption = 'Add Folders...' OnClick = pmiAddFoldersClick end end object OpenFilesDiag: TOpenDialog Filter = '*.*|*.*' InitialDir = 'c:\' Options = [ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofNoNetworkButton, ofNoDereferenceLinks, ofEnableSizing, ofDontAddToRecent, ofForceShowHidden] Left = 396 Top = 138 end object ActionList: TActionList Left = 396 Top = 201 object actlvButtons: TAction Caption = 'actlvButtons' OnUpdate = actlvButtonsUpdate end end end